home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / PaperPlanes / P17-20 / 00076.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  106 b   |  9 lines

  1. on exitFrame
  2.   global PlayOn
  3.   if PlayOn then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.